3.288 \(\int \frac{f+g x}{(A+B \log (\frac{e (a+b x)^2}{(c+d x)^2}))^2} \, dx\)

Optimal. Leaf size=31 \[ \text{Unintegrable}\left (\frac{f+g x}{\left (B \log \left (\frac{e (a+b x)^2}{(c+d x)^2}\right )+A\right )^2},x\right ) \]

[Out]

Unintegrable[(f + g*x)/(A + B*Log[(e*(a + b*x)^2)/(c + d*x)^2])^2, x]

________________________________________________________________________________________

Rubi [A]  time = 0.102734, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{f+g x}{\left (A+B \log \left (\frac{e (a+b x)^2}{(c+d x)^2}\right )\right )^2} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(f + g*x)/(A + B*Log[(e*(a + b*x)^2)/(c + d*x)^2])^2,x]

[Out]

f*Defer[Int][(A + B*Log[(e*(a + b*x)^2)/(c + d*x)^2])^(-2), x] + g*Defer[Int][x/(A + B*Log[(e*(a + b*x)^2)/(c
+ d*x)^2])^2, x]

Rubi steps

\begin{align*} \int \frac{f+g x}{\left (A+B \log \left (\frac{e (a+b x)^2}{(c+d x)^2}\right )\right )^2} \, dx &=\int \left (\frac{f}{\left (A+B \log \left (\frac{e (a+b x)^2}{(c+d x)^2}\right )\right )^2}+\frac{g x}{\left (A+B \log \left (\frac{e (a+b x)^2}{(c+d x)^2}\right )\right )^2}\right ) \, dx\\ &=f \int \frac{1}{\left (A+B \log \left (\frac{e (a+b x)^2}{(c+d x)^2}\right )\right )^2} \, dx+g \int \frac{x}{\left (A+B \log \left (\frac{e (a+b x)^2}{(c+d x)^2}\right )\right )^2} \, dx\\ \end{align*}

Mathematica [A]  time = 0.410425, size = 0, normalized size = 0. \[ \int \frac{f+g x}{\left (A+B \log \left (\frac{e (a+b x)^2}{(c+d x)^2}\right )\right )^2} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(f + g*x)/(A + B*Log[(e*(a + b*x)^2)/(c + d*x)^2])^2,x]

[Out]

Integrate[(f + g*x)/(A + B*Log[(e*(a + b*x)^2)/(c + d*x)^2])^2, x]

________________________________________________________________________________________

Maple [A]  time = 1.032, size = 0, normalized size = 0. \begin{align*} \int{(gx+f) \left ( A+B\ln \left ({\frac{e \left ( bx+a \right ) ^{2}}{ \left ( dx+c \right ) ^{2}}} \right ) \right ) ^{-2}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((g*x+f)/(A+B*ln(e*(b*x+a)^2/(d*x+c)^2))^2,x)

[Out]

int((g*x+f)/(A+B*ln(e*(b*x+a)^2/(d*x+c)^2))^2,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} -\frac{b d g x^{3} + a c f +{\left (a d g +{\left (d f + c g\right )} b\right )} x^{2} +{\left (b c f +{\left (d f + c g\right )} a\right )} x}{2 \,{\left (2 \,{\left (b c - a d\right )} B^{2} \log \left (b x + a\right ) - 2 \,{\left (b c - a d\right )} B^{2} \log \left (d x + c\right ) +{\left (b c - a d\right )} A B +{\left (b c \log \left (e\right ) - a d \log \left (e\right )\right )} B^{2}\right )}} + \int \frac{3 \, b d g x^{2} + b c f +{\left (d f + c g\right )} a + 2 \,{\left (a d g +{\left (d f + c g\right )} b\right )} x}{2 \,{\left (2 \,{\left (b c - a d\right )} B^{2} \log \left (b x + a\right ) - 2 \,{\left (b c - a d\right )} B^{2} \log \left (d x + c\right ) +{\left (b c - a d\right )} A B +{\left (b c \log \left (e\right ) - a d \log \left (e\right )\right )} B^{2}\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)/(A+B*log(e*(b*x+a)^2/(d*x+c)^2))^2,x, algorithm="maxima")

[Out]

-1/2*(b*d*g*x^3 + a*c*f + (a*d*g + (d*f + c*g)*b)*x^2 + (b*c*f + (d*f + c*g)*a)*x)/(2*(b*c - a*d)*B^2*log(b*x
+ a) - 2*(b*c - a*d)*B^2*log(d*x + c) + (b*c - a*d)*A*B + (b*c*log(e) - a*d*log(e))*B^2) + integrate(1/2*(3*b*
d*g*x^2 + b*c*f + (d*f + c*g)*a + 2*(a*d*g + (d*f + c*g)*b)*x)/(2*(b*c - a*d)*B^2*log(b*x + a) - 2*(b*c - a*d)
*B^2*log(d*x + c) + (b*c - a*d)*A*B + (b*c*log(e) - a*d*log(e))*B^2), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{g x + f}{B^{2} \log \left (\frac{b^{2} e x^{2} + 2 \, a b e x + a^{2} e}{d^{2} x^{2} + 2 \, c d x + c^{2}}\right )^{2} + 2 \, A B \log \left (\frac{b^{2} e x^{2} + 2 \, a b e x + a^{2} e}{d^{2} x^{2} + 2 \, c d x + c^{2}}\right ) + A^{2}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)/(A+B*log(e*(b*x+a)^2/(d*x+c)^2))^2,x, algorithm="fricas")

[Out]

integral((g*x + f)/(B^2*log((b^2*e*x^2 + 2*a*b*e*x + a^2*e)/(d^2*x^2 + 2*c*d*x + c^2))^2 + 2*A*B*log((b^2*e*x^
2 + 2*a*b*e*x + a^2*e)/(d^2*x^2 + 2*c*d*x + c^2)) + A^2), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)/(A+B*ln(e*(b*x+a)**2/(d*x+c)**2))**2,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{g x + f}{{\left (B \log \left (\frac{{\left (b x + a\right )}^{2} e}{{\left (d x + c\right )}^{2}}\right ) + A\right )}^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)/(A+B*log(e*(b*x+a)^2/(d*x+c)^2))^2,x, algorithm="giac")

[Out]

integrate((g*x + f)/(B*log((b*x + a)^2*e/(d*x + c)^2) + A)^2, x)